home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / add_verb < prev    next >
Text File  |  2001-04-06  |  600b  |  18 lines

  1. DEPRECATED
  2. SYNOPSIS
  3.         void add_verb(string str)
  4.  
  5. DESCRIPTION
  6.         This function is connected to the add_action() function. It
  7.         will set up the command str to trigger a call to the function
  8.         set up by the previous call to add_action().
  9.         
  10.         This function is now obsolete as the verb can be given directly
  11.         with add_action(). add_verb() remains for compatibility.
  12.  
  13.         [marion Sun Jan 19 1992 Don't use it. This file is retained
  14.         because of somewhat nostalgic reasons.]
  15.  
  16. SEE ALSO
  17.         add_action(E), query_verb(E), add_xverb(E), remove_action(E)
  18.